projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d2db8b
)
* lisp/savehist.el: No need for cl when compiling on Emacs.
author
Glenn Morris
<rgm@gnu.org>
Wed, 11 Sep 2013 17:27:22 +0000
(13:27 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 11 Sep 2013 17:27:22 +0000
(13:27 -0400)
lisp/ChangeLog
patch
|
blob
|
history
lisp/savehist.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 7a79110f4a08bc044d22f98705c80990198a2324..c7e08e4048001d79837386b6d08b8134b9fde47b 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2013-09-11 Glenn Morris <rgm@gnu.org>
+
+ * savehist.el: No need for cl when compiling on Emacs.
+
2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
* eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
diff --git
a/lisp/savehist.el
b/lisp/savehist.el
index 374e57feb1f05f44b75ac2fb83367fd1515cd52a..379818b2707be5ebc1148c64f2afe3f1531ac361 100644
(file)
--- a/
lisp/savehist.el
+++ b/
lisp/savehist.el
@@
-49,7
+49,7
@@
(require 'custom)
(eval-when-compile
- (
require 'cl
))
+ (
if (featurep 'xemacs) (require 'cl)
))
;; User variables